projects
/
ostree.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
feca7dd
)
Disallow clippy warnings
author
Felix Krull
<f_krull@gmx.de>
Fri, 31 May 2019 08:49:33 +0000
(10:49 +0200)
committer
Colin Walters
<walters@verbum.org>
Fri, 6 May 2022 16:53:54 +0000
(12:53 -0400)
Let's see if that comes back to bite me
rust-bindings/rust/.gitlab-ci.yml
patch
|
blob
|
history
diff --git
a/rust-bindings/rust/.gitlab-ci.yml
b/rust-bindings/rust/.gitlab-ci.yml
index 3ab95f374af8da10eae5d060807f48a89f6703a2..fa0ff107823492a9d016d3a9c40c7350d165ab22 100644
(file)
--- a/
rust-bindings/rust/.gitlab-ci.yml
+++ b/
rust-bindings/rust/.gitlab-ci.yml
@@
-31,7
+31,7
@@
check:
script:
- rustup component add clippy rustfmt
- cargo fmt --all -- --check
- - cargo clippy --all ${CURRENT_FEATURES}
+ - cargo clippy --all ${CURRENT_FEATURES}
-- -D warnings
gir:
stage: check